VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Office.OpenXml.Editor Namespace / OpenXmlDocumentElementCollection<T> Class
In This Topic
OpenXmlDocumentElementCollection Class Methods
In This Topic
For a list of all methods of this type, see OpenXmlDocumentElementCollection<T>.
Public Methods
 NameDescription
Public MethodOverloaded. Adds an , which must be created from , to the collection.
Public MethodRemoves all items from the collection.
Public MethodDetermines whether this instance contains the object.
Public MethodCopies the elements of the collection to an System.Array, starting at a particular System.Array index.
Public MethodReturns an enumerator that iterates through the collection.
Public MethodDetermines the index of a specific item in the collection.
Public MethodOverloaded. Inserts an , which must be created from , to the collection at the specified index.
Public MethodRemoves element at specified index and inserts it at specified newIndex.
Public MethodRemoves the first occurrence of a specific object from the collection.
Public MethodRemoves the collection item at the specified index.
Public MethodCopies the elements of the collection to a new array.
See Also